home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / UDPTransport.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.5 KB  |  44 lines  |  [TEXT/MPS ]

  1. #   File:       UDPTransport.make
  2. #   Target:     UDPTransport
  3. #   Sources:    UDPTransport.c
  4. #   Created:    Friday, January 18, 1991 11:32:59
  5. # Start of NetWork Setup
  6. #
  7. # This is a set of definitions used in all make files of the NetWork project.
  8. # It uses the the recommended file and folder names. If you have chosen an 
  9. # installation other than the recommended one, you need to adapt this header 
  10. # in all NetWork make files.
  11. #
  12. # We follow Apple's convention to use quotes on usage, not on definition.
  13. #
  14. NetWork_Tools             = {SystemFolder}NetWork Tools:
  15. NetWork_Idle_Tools         = {SystemFolder}NetWork Idle Tools:
  16. NetWork_Startup_Tools     = {SystemFolder}NetWork Startup Tools:
  17. NetWork_Logs             = {SystemFolder}NetWork Logs:
  18. NetWork_Examples         = {Boot}Projects:NetWork:NetWork Examples:
  19. #
  20. NetWork_Libraries         = {Libraries}
  21. NetWork_PInterfaces     = {PInterfaces}
  22. NetWork_CIncludes         = {CIncludes}
  23. #
  24. # End of NetWork Setup
  25.  
  26.  
  27. UDPTransport.MacTCPCheck    ƒƒ
  28.     Files "{CIncludes}"MacTCPCommonTypes.h "{CIncludes}"UDPPb.h ∑∑ Dev:Null || ∂
  29.         (Echo '### You must have MacTCP includes installed in your {CIncludes} folder'; Exit 1)
  30.     Echo "" > UDPTransport.MacTCPCheck    # done test    
  31.         
  32. UDPTransport    ƒƒ    UDPTransport.MacTCPCheck UDPTransport.c.o
  33.     Link -d -c 'NetU' -t APPL ∂
  34.         UDPTransport.c.o    ∂
  35.         "{NetWork_Libraries}"NetWorkLib.o        ∂
  36.         "{CLibraries}"StdClib.o     ∂
  37.         "{Libraries}"Runtime.o     ∂
  38.         "{Libraries}"Interface.o     ∂
  39.         "{PLibraries}PasLib.o"     ∂
  40.         -o UDPTransport
  41.  
  42. UDPTransport    ƒƒ    UDPTransport.r
  43.     Rez -a UDPTransport.r -o UDPTransport
  44.